google.golang.org/grpc/internal/channelz.Channel.ID (field)

13 uses

	google.golang.org/grpc/internal/channelz (current package)
		channel.go#L33: 	ID int64
		channel.go#L59: 		return fmt.Sprintf("Channel #%d", c.ID)
		channel.go#L61: 	return fmt.Sprintf("%s Channel #%d", c.Parent, c.ID)
		channel.go#L65: 	return c.ID
		channel.go#L197: 	return c.Parent.ID
		channel.go#L213: 		c.Parent.deleteChild(c.ID)
		channel.go#L247: 	db.deleteEntry(c.ID)
		funcs.go#L121: 		return &Channel{ID: id}
		funcs.go#L127: 		ID:          id,
		funcs.go#L160: 	db.addSubChannel(id, sc, parent.ID)
		subchannel.go#L83: 	return sc.parent.ID

	google.golang.org/grpc
		clientconn.go#L329: 			Desc:     fmt.Sprintf("Nested channel(id:%d) %s", cc.channelz.ID, msg),
		clientconn.go#L1180: 	channelz.RemoveEntry(cc.channelz.ID)